home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / gfx / conv / I2Av10.lha / Ansi.Manual < prev    next >
Text File  |  1995-02-05  |  4KB  |  99 lines

  1.            ___    _         _                _    _
  2.             | he |_omplete |-|nsi |\/|anual |-or |-|miga v0.9
  3.             -------------------------------------------------
  4.  
  5.                       Written by Jotes of Fraxion  
  6.               Call FRX WHQ - Midnight Caller - +47 22 680671
  7.     
  8.                              SPECIAL CODES
  9. ----------------------------------------------------------------------------
  10. ESC[#;#H   Move the cursor to a specified position. where the 1st # is the
  11.            desired line number and the 2nd the desire column.
  12.  
  13. ESC[#@     Insert # blank chars after cursor..
  14.  
  15. ESC[#A     Move the cursor up without changing columns. where # specifies
  16.            the number of lines moved.
  17. ESC[#B     To move the cursor down. where # specifies the number of
  18.            lines moved down.
  19. ESC[#C     To move the cursor forward. where # specifies the number
  20.            of columns moved.
  21. ESC[#D     To move the cursor backward. where # specifies the number
  22.            of columns moved.
  23.  
  24. ESC[#E     Move cursor # rows down and placed at 1st col.
  25. ESC[#F     Move cursor # rows up and placed at 1st col.
  26.  
  27. ESC[H      Home cursor.
  28.  
  29. ESCc       Home cursor, clear screen, clear all attributes..
  30. ESCJ       Erase from cursor and the rest of the screen.
  31. ESCK       Erase from cursor to end of line.
  32.  
  33. ESC[#L     Insert # blank lines over the line with the cursor.
  34. ESC[#M     # lines starting with the cursor will be deleted and
  35.            the rest will be moved up.
  36. ESC[#P     Deletes # chars to the right of the cursor including the
  37.            cursor.
  38.  
  39. ESC[#S     Scroll screen # lines up..
  40. ESC[#T     Scroll screen # lines down..
  41.  
  42. ESC[#t     Set number of lines from top of the screen used to ouput..
  43. ESC[#u     Number chars per line...
  44.  
  45. ESC[#x     Chars moved # pixels left.. before written.
  46. ESC[#y     Chars moved # pixels down.. before written.
  47.  
  48. ESC[0 p    Cursor OFF (Text output will be twice as fast!!)
  49. ESC[ p     Cursor ON
  50.  
  51. CTRL-G     Intuition bell.. (plays a sample if choosed!!).
  52.  
  53. CTRL-L     Clear Screen, home cursor.
  54. -----------------------------------------------------------------------------
  55.  
  56.  
  57.                           ANSI COLOR GRAPHICS
  58. -----------------------------------------------------------------------------
  59. ESC[#;#;#m To set the color/graphics attributes, the first # is the desired
  60.            font type..
  61.  
  62.            0 All attributes off
  63.            1 Bold ON
  64.            2 Turn text black
  65.            3 Italics on
  66.            4 Underscore 
  67.            7 Reverse 
  68.            8 Invisible
  69.  
  70.            the second is the desired forground color.  Select colors from
  71.            the list below:
  72.  
  73.            30 or 34 Blue foreground      normal WB 1.3 colors
  74.            31 or 35 White foreground
  75.            32 or 36 Black foreground
  76.            33 or 37 Orange foreground
  77.  
  78.            the third is the desired background color.  Select colors from
  79.            the list below:
  80.  
  81.            40 or 44 Blue foreground      normal WB 1.3 colors
  82.            41 or 45 White foreground
  83.            42 or 46 Black foreground
  84.            43 or 47 Orange foreground
  85.  
  86.            (NOTE: Following amiga colors were with preferences settings
  87.            of blue, black, orange and white default colors.)
  88. -----------------------------------------------------------------------------
  89.  
  90. PS!!!      There is some 'bugs' in the kickstart 2.0 rom, so that the
  91.            ESC[#y code and the ESCc doesnt work as it use to in the
  92. PS!!!      kickstart 1.3 rom... Also kickstart 2.0 uses another font
  93.            so most of those iff to ansi converter will not work
  94. PS!!!      correctly.
  95.  
  96. -----------------------------------------------------------------------------
  97.               Call FRX WHQ - Midnight Caller - +47 22 680671
  98.  
  99.